projects
/
feed
/
routing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4659a09
)
nodogsplash: mkinstalldirs script does not exist. Just use $(INSTALL_DIR).
author
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 8 Oct 2010 22:54:41 +0000
(22:54 +0000)
committer
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 8 Oct 2010 22:54:41 +0000
(22:54 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/nodogsplash@23343
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 27f236d4cecb3ba71cf68559b15a03d34c860837..486cdf856c60df7109f9a4c8e33cb0aceff5aa97 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-46,7
+46,7
@@
define Build/Compile
mkdir -p $(PKG_INSTALL_DIR)/usr/{share{,/doc/$(PKG_NAME)-$(PKG_VERSION)},lib,include{,/nodogsplash},bin,sbin}/
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \
- mkinstalldirs="$(
SHELL) $(PKG_BUILD_DIR)/config/mkinstalldirs
" \
+ mkinstalldirs="$(
INSTALL_DIR)
" \
install
endef